home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 018a / lnch22.zip / APPENDIX.3 next >
Text File  |  1991-11-17  |  1KB  |  32 lines

  1.         
  2.         
  3.         APPENDIX 3
  4.         
  5.              Colors for INPUT, LAUNCHER, and WRITE
  6.              
  7.              BACKGROUND COLOR + FORGEGROUND COLOR + SPECIAL COLOR
  8.              
  9.              Background Colors    Foreground Colors   Special
  10.              
  11.                0   Black            0   Black        128   Blink
  12.               16   Blue             1   Blue           8   Bright
  13.               32   Green            2   Green
  14.               48   Cyan             3   Cyan
  15.               64   Red              4   Red
  16.               80   Magenta          5   Magenta
  17.               96   Brown            6   Brown
  18.              112   Gray (White)     7   White
  19.              
  20.              Blinking colors (i.e., >= 128) are not valid for LAUNCHER.
  21.              
  22.         Examples:
  23.         
  24.               Gray on Black:     0 + 7 = 7
  25.               
  26.               Bright Blue on Brown:     96 + 1 + 8 = 105
  27.               
  28.               Blinking Red on Green:     32 + 4 + 128 = 164
  29.               
  30.               Blinking Bright White on Red:     64 + 7 + 128 + 8 = 207
  31.               
  32.